home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Macromedia Flash 4 / Sample Pages / Objects / objects.swf / scripts / DefineButton2_12 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-05-28  |  92 b   |  5 lines

  1. on(release){
  2.    count += "1";
  3.    duplicateMovieClip("a","a" add count,count + 16384);
  4. }
  5.